home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / MAKE.BCP < prev    next >
Text File  |  1991-04-01  |  372b  |  8 lines

  1. QUESTION:  I have a makefile that I am using with the MAKE that comes
  2.            with Turbo C++ 2.0 but the problem is the $(.path.obj) macro
  3.            expansion expands out to null. How do I get the expansion to
  4.            work?
  5.  
  6. ANSWER:    This is an oversight in the MAKE program. If you use upper
  7.            case .PATH.OBJ everywhere, the expansion will work.
  8.